OpenRoads Designer CONNECT Edition SDK Help

GetVariableOffsetElement(Double, Double, Double, Double) Method

Returns offset element with variable offset

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public  LinearElement GetVariableOffsetElement(double beginOffset,double endOffset,double beginDistance,double endDistance)

Parameters

SettingDescription
   Offset distance at the start point
   Offset distance at the end point
   Start distance along the element
   End distance along the element

Return Value

LinearElement Offset element

See Also